home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / Aztec C 5.0a disk 1.adf / include / graphics / graphint.h < prev    next >
C/C++ Source or Header  |  1988-07-15  |  219b  |  15 lines

  1. #ifndef    GRAPHICS_GRAPHINT_H
  2. #define    GRAPHICS_GRAPHINT_H
  3. #ifndef    EXEC_NODES_H
  4. #include    <exec/nodes.h>
  5. #endif
  6. struct    Isrvstr
  7. {
  8. struct    Node    is_Node;
  9. struct    Isrvstr    *Iptr;
  10. int    (*code)();
  11. int    (*ccode)();
  12. int    Carg;
  13. };
  14. #endif
  15.